POV-Ray : Newsgroups : povray.advanced-users : f_noise4d : Re: f_noise4d Server Time
29 Jul 2024 06:19:21 EDT (-0400)
  Re: f_noise4d  
From: Rohan Bernett
Date: 21 Oct 2002 22:55:08
Message: <web.3db4bdb480de19a818ccf4f70@news.povray.org>
>> Here's a thought, could it be possible to create two different sets of 2d
>> noise, then use the 2 dimensions of one set for the x and y changes, and
>> the 2 from the other set for the z and t changes?

Perhaps I should have written it like this:

p1=pattern1
p2=pattern2
f=final

p1.x = f.x
p1.y = f.y
p2.x = f.z
p2.y = f.t

Using the coordinates of one set of noise for the x and y coordinates, and
the x and y from the other for the z and t. Then use the values at those
coordinates. Would this work?

Rohan _e_ii


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.